home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / jlut522.zip / HLP.ZIP / GC.HLP < prev    next >
Text File  |  1993-05-02  |  2KB  |  57 lines

  1. ┌─────────────────────────────────────────────────────────────────────────────┐
  2. │ Option:  GC  GET COMMANDLINE FROM FILE......................................│
  3. └─────────────────────────────────────────────────────────────────────────────┘
  4.  
  5. Syntax
  6. ═══════════════════════════════════════════════════════════════════════════════
  7. JLUTIL /GC [Parameters] [-Switches]
  8. ═══════════════════════════════════════════════════════════════════════════════
  9.  
  10. Switch Description
  11. ═══════════════════════════════════════════════════════════════════════════════
  12. No Switches available at this time.
  13. ═══════════════════════════════════════════════════════════════════════════════
  14.  
  15. Param       Description
  16. ═══════════════════════════════════════════════════════════════════════════════
  17. FileName    Name of the File, which contains the commands.
  18. ═══════════════════════════════════════════════════════════════════════════════
  19.  
  20. Explanation
  21. ═══════════════════════════════════════════════════════════════════════════════
  22. Reads each line of the InputFile and handles the line as CommandLine.
  23. If you want to save time and i think most of us want to do this,
  24. you should think about using this option. Check how much faster it is
  25. to run your daily JL-Options with or without this trick.
  26.  
  27. You will be surpriced, how fast it is. And if you have ever thought:
  28. why does the JL's are needing so much time for loading, you must know
  29. the answer. It is this option.
  30.  
  31. So it is better to setup a InputFile like this:
  32.  
  33. 001.BEH--------------
  34.  
  35. /MC
  36. /PM ~    -C
  37. /MO
  38. /IL P    -US
  39. /IL RSXD -USL7
  40.  
  41. ---------------------
  42.  
  43. and running JLUTIL /GC 001.BEH, than using a batch-file like this:
  44.  
  45. 001.BAT--------------
  46.  
  47. JLUTIL /MC
  48. JLUTIL /PM ~    -C
  49. JLUTIL /MO
  50. JLUTIL /IL P    -US
  51. JLUTIL /IL RSXD -USL7
  52.  
  53. ---------------------
  54.  
  55. and running 001.bat. Message understood ?
  56. ═══════════════════════════════════════════════════════════════════════════════
  57.